Visual Basic (Declaration) | |
---|---|
Public Overloads Function TryParse(Of TYPE)( _ ByVal input As String, _ ByRef value As TYPE _ ) As Boolean |
Parameters
- input
- The string value to convert
- value
- The value once converted
Type Parameters
- TYPE
- The type of the value to be converted to
Return Value
True if it was able to make the conversionException | Description |
---|---|
System.ArgumentOutOfRangeException | The exception that is thrown when the value of an argument is outside the allowable range of values as defined by the invoked method. |
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7
Reference
StringConverter ClassStringConverter Members
Overload List